home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / FORTRAN / Makefile.sgi < prev    next >
Encoding:
Makefile  |  1998-08-12  |  493 b   |  27 lines

  1. #!smake
  2. #
  3. # Copyright (c) Mark J. Kilgard, 1995, 1997.
  4. #
  5.  
  6. TOP = ../..
  7. include $(TOP)/glutdefs
  8. include $(ROOT)/usr/include/make/commondefs
  9.  
  10. TARGETS = fscene sphere fbitfont example
  11.  
  12. LN = ln -s
  13. MV = mv
  14. RM = -rm -rf
  15.  
  16. LCOPTS = -I$(TOP)/include -fullwarn
  17. LWOFF = ,813,852,827,826
  18. LF77INCS = -I$(TOP)/include
  19.  
  20. LLDOPTS = -Wl,-ignore_unresolved
  21. LLDLIBS = $(FGLUT) -lfGLU -lfGL $(GLUT) -lGLU -lGL -lXmu -lXi -lXext -lX11 -lm
  22. LDIRT = *.fc *.s *.wo *~ *.pure
  23.  
  24. default: $(TARGETS)
  25.  
  26. include $(COMMONRULES)
  27.